home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / DOSGAMES / GROSS2.ZIP / GR2READ.ME next >
Encoding:
Text File  |  1995-09-30  |  1.5 KB  |  36 lines

  1.     This is the readme file for Gross2.exe, a small text adventure 
  2. game. The files in the archive should be gross2.exe and this file.
  3. This game is freeware.  It may be freely distributed, but not
  4. sold. It is copyright by me. 
  5.  
  6.     This game was originally written for the Atari ST in
  7. Atari ST Basic (a terrible development environment), 
  8. a long time ago.  It was then adapted and expanded
  9. with Mark Williams C on the ST (a great development 
  10. environment).At first it was an exercise in writing a 
  11. simple text parser in C.  When I finally moved to the msdos 
  12. world, I used Quick C and then Turbo C++ to nearly complete it.
  13. Then OS/2 came along, and I finished it with gcc. It was 
  14. compiled with the -static switch so the runtime .dll is not
  15. needed.
  16.  
  17.     This is my first attempt at this kind of programming, and likely
  18. my last. This is version 1.0.  I do not have a very clear idea
  19. about whether the puzzles are too easy or too hard, whether it is
  20. fun to play or a waste of time.  I would very much appreciate
  21. your comments, suggestions and ideas, as well as reports of bugs.
  22. (Game testing on this kind of game, where you know all the puzzles,
  23. is pretty tedious.) I will attempt to fix the bugs where found, and
  24. if the suggestions are not too tough to implement I will try to
  25. incorporate them.
  26.  
  27.     
  28.     If you are stuck and would like help, feel free to e-mail
  29. me.  I would be glad to help.
  30.     
  31.     Thanks for your interest and assistance.
  32.  
  33.     Bill Moore,
  34.  
  35.     bill_moore@mindlink.bc.ca
  36.